home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PanelLoader = {
- ACTIONS = {
- showHelp:;
- showLegal:;
- showPref:;
- showInfo:;
- };
- OUTLETS = {
- infoPanel;
- legalPanel;
- helpPanel;
- prefPanel;
- };
- SUPERCLASS = Object;
- };
- PrefControl = {
- ACTIONS = {
- autoLaunch:;
- defaultLispPath:;
- selectLispPath:;
- emacsPathChanged:;
- spaceChanged:;
- defaultApp:;
- windowDidBecomeKey:;
- defaultEmacsPath:;
- selectEmacsPath:;
- lispPathChanged:;
- };
- OUTLETS = {
- spaceSlider;
- autoLaunchSwitch;
- emacsPathField;
- openPanel;
- defaultAppSwitch;
- lispPathField;
- };
- SUPERCLASS = Object;
- };
-